projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a8c47
)
fix last patch
author
Sam Steingold
<sds@gnu.org>
Thu, 31 Jan 2013 22:37:54 +0000
(17:37 -0500)
committer
Sam Steingold
<sds@gnu.org>
Thu, 31 Jan 2013 22:37:54 +0000
(17:37 -0500)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 68409a098d725ce0ea2355e062d972ca1e1f9b7b..3481a736648864dff2713fadc4a2fc83a5a48c95 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-805,7
+805,7
@@
other words, it will work just like `just-one-space' command."
;; otherwise delete all excees spaces.
(delete-region (if (and (not single-shot) (zerop n) (= mid end))
start mid) end)
- (insert (make-string
?\s n
))))
+ (insert (make-string
n ?\s
))))
;; Command run for the second time.
((not (equal orig-pos (point)))